JAPH - significado y definición. Qué es JAPH
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es JAPH - definición

FRIVOLOUS PERL PROGRAM
JAPH; Just another perl hacker,; Just another perl hacker; Just another Perl hacker,

JAPH         
Just Another PERL Hacker (Reference: PERL)
japh         
<programming> A Perl program which prints "Just another Perl hacker" using extremely obfuscated methods, typically ones based on obscure behaviours of sometimes rarely-used functions, in the spirit of the Obfuscated C Contest. The obfuscation can result from the code being total gibberish, e.g.: $_="krJhruaesrltre c a cnp,ohet";$_.=$1,print$2while s/(..)(.)//; or from having "Just another Perl hacker" embedded in opaque code: $_='987;s/^(d+)/$1-1/e;$1?eval:print"Just another Perl hacker,"';eval or from looking like it does something simple and completely unrelated to printing "Just another Perl hacker": $_ = "wftedskaebjgdpjgidbsmnjgc"; tr/a-z/oh, turtleneck Phrase Jar!/; print; japh">Examples (http://perl.com/CPAN/misc/japh). (1997-09-14)

Wikipedia

Just another Perl hacker

Just another Perl hacker, or JAPH, typically refers to a Perl program that prints "Just another Perl hacker," (the comma is canonical but is occasionally omitted). Short JAPH programs are often used as signatures in online forums, or as T-shirt designs. The phrase or acronym is also occasionally used (without code) for a signature.

JAPH programs are classically done using extremely obfuscated methods, in the spirit of the Obfuscated C Contest. More recently, as the phenomenon has become well-known, the phrase is sometimes used in ordinary examples (without obfuscation).

The idea of using tiny Perl programs that print a signature as a signature was originated by Randal L. Schwartz, in his postings to the newsgroup comp.lang.perl. He wrote many of the JAPHs which are shown below.